Don't call exit.
authorrobertl <robertl>
Sun, 21 Dec 2003 19:16:30 +0000 (19:16 +0000)
committerrobertl <robertl>
Sun, 21 Dec 2003 19:16:30 +0000 (19:16 +0000)
psitrex.c

index 090570d10e7149b0fd8a0a1e424ad8f9da4f2c79..a71527ed8ea33383915b498252b281a55c8d25e4 100755 (executable)
--- a/psitrex.c
+++ b/psitrex.c
@@ -196,7 +196,6 @@ psit_wr_init(const char *fname)
        psit_file_out = fopen(fname, "w");
        if (psit_file_out == NULL) {
                fatal(MYNAME ": '%s' for writing\n", fname);
-               exit(1);
        }
 }